1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPOSCASHIER
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmPOSCASHIER))
27         Me.Panel1 = New System.Windows.Forms.Panel
28         Me.lbltotalamount = New System.Windows.Forms.Label
29         Me.lbldate = New System.Windows.Forms.Label
30         Me.lblready = New System.Windows.Forms.Label
31         Me.lblarrow = New System.Windows.Forms.Label
32         Me.lblbarcode = New System.Windows.Forms.Label
33         Me.TextBox1 = New System.Windows.Forms.TextBox
34         Me.cmdlock = New System.Windows.Forms.Button
35         Me.lblreach = New System.Windows.Forms.Label
36         Me.cmdAccept = New System.Windows.Forms.Button
37         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
38         Me.cmdclose = New System.Windows.Forms.Button
39         Me.Label12 = New System.Windows.Forms.Label
40         Me.txtreceiptno = New System.Windows.Forms.TextBox
41         Me.txtprice = New System.Windows.Forms.TextBox
42         Me.Label3 = New System.Windows.Forms.Label
43         Me.txtdescription = New System.Windows.Forms.TextBox
44         Me.Label5 = New System.Windows.Forms.Label
45         Me.Label6 = New System.Windows.Forms.Label
46         Me.txtID = New System.Windows.Forms.TextBox
47         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
48         Me.PictureBox1 = New System.Windows.Forms.PictureBox
49         Me.Label13 = New System.Windows.Forms.Label
50         Me.Label14 = New System.Windows.Forms.Label
51         Me.lstItems = New System.Windows.Forms.ListView
52         Me.ID = New System.Windows.Forms.ColumnHeader
53         Me.ColName = New System.Windows.Forms.ColumnHeader
54         Me.ColDesc = New System.Windows.Forms.ColumnHeader
55         Me.ColPrice = New System.Windows.Forms.ColumnHeader
56         Me.ColQTY = New System.Windows.Forms.ColumnHeader
57         Me.ImageList2 = New System.Windows.Forms.ImageList(Me.components)
58         Me.GroupBox2 = New System.Windows.Forms.GroupBox
59         Me.GroupBox1 = New System.Windows.Forms.GroupBox
60         Me.cmbSelectType = New System.Windows.Forms.ComboBox
61         Me.Label15 = New System.Windows.Forms.Label
62         Me.txtamountdue = New System.Windows.Forms.TextBox
63         Me.Label11 = New System.Windows.Forms.Label
64         Me.txttotalsale = New System.Windows.Forms.TextBox
65         Me.txtvat12 = New System.Windows.Forms.TextBox
66         Me.Label10 = New System.Windows.Forms.Label
67         Me.txtvatexempt = New System.Windows.Forms.TextBox
68         Me.txtvatable = New System.Windows.Forms.TextBox
69         Me.Label7 = New System.Windows.Forms.Label
70         Me.Label9 = New System.Windows.Forms.Label
71         Me.Label8 = New System.Windows.Forms.Label
72         Me.Label4 = New System.Windows.Forms.Label
73         Me.Label2 = New System.Windows.Forms.Label
74         Me.txtqty = New System.Windows.Forms.TextBox
75         Me.txtbarcode = New System.Windows.Forms.TextBox
76         Me.Label1 = New System.Windows.Forms.Label
77         Me.txtname = New System.Windows.Forms.TextBox
78         Me.Panel1.SuspendLayout()
79         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
80         Me.GroupBox2.SuspendLayout()
81         Me.GroupBox1.SuspendLayout()
82         Me.SuspendLayout()
83         
'
84         
'Panel1
85         
'
86         Me.Panel1.Controls.Add(Me.lbltotalamount)
87         Me.Panel1.Controls.Add(Me.lbldate)
88         Me.Panel1.Controls.Add(Me.lblready)
89         Me.Panel1.Controls.Add(Me.lblarrow)
90         Me.Panel1.Controls.Add(Me.lblbarcode)
91         Me.Panel1.Controls.Add(Me.TextBox1)
92         Me.Panel1.Location = New System.Drawing.Point(
497, 668)
93         Me.Panel1.Name =
"Panel1"
94         Me.Panel1.Size = New System.Drawing.Size(
594, 94)
95         Me.Panel1.TabIndex =
0
96         Me.Panel1.Visible = False
97         
'
98         
'lbltotalamount
99         
'
100         Me.lbltotalamount.AutoSize = True
101         Me.lbltotalamount.BackColor = System.Drawing.Color.Black
102         Me.lbltotalamount.Font = New System.Drawing.Font(
"Tahoma", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
103         Me.lbltotalamount.ForeColor = System.Drawing.Color.White
104         Me.lbltotalamount.Location = New System.Drawing.Point(
464, 36)
105         Me.lbltotalamount.Name =
"lbltotalamount"
106         Me.lbltotalamount.Size = New System.Drawing.Size(
66, 29)
107         Me.lbltotalamount.TabIndex =
103
108         Me.lbltotalamount.Text =
"0.00"
109         Me.lbltotalamount.TextAlign = System.Drawing.ContentAlignment.BottomRight
110         
'
111         
'lbldate
112         
'
113         Me.lbldate.AutoSize = True
114         Me.lbldate.BackColor = System.Drawing.Color.Black
115         Me.lbldate.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
116         Me.lbldate.ForeColor = System.Drawing.Color.White
117         Me.lbldate.Location = New System.Drawing.Point(
480, 9)
118         Me.lbldate.Name =
"lbldate"
119         Me.lbldate.Size = New System.Drawing.Size(
0, 14)
120         Me.lbldate.TabIndex =
104
121         
'
122         
'lblready
123         
'
124         Me.lblready.AutoSize = True
125         Me.lblready.BackColor = System.Drawing.Color.Black
126         Me.lblready.Font = New System.Drawing.Font(
"Comic Sans MS", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
127         Me.lblready.ForeColor = System.Drawing.Color.White
128         Me.lblready.Location = New System.Drawing.Point(
108, 38)
129         Me.lblready.Name =
"lblready"
130         Me.lblready.Size = New System.Drawing.Size(
95, 26)
131         Me.lblready.TabIndex =
102
132         Me.lblready.Text =
"Ready . . ."
133         
'
134         
'lblarrow
135         
'
136         Me.lblarrow.AutoSize = True
137         Me.lblarrow.BackColor = System.Drawing.Color.Black
138         Me.lblarrow.Font = New System.Drawing.Font(
"Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
139         Me.lblarrow.ForeColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer))
140         Me.lblarrow.Location = New System.Drawing.Point(
19, 42)
141         Me.lblarrow.Name =
"lblarrow"
142         Me.lblarrow.Size = New System.Drawing.Size(
74, 19)
143         Me.lblarrow.TabIndex =
101
144         Me.lblarrow.Text =
">>>>>"
145         
'
146         
'lblbarcode
147         
'
148         Me.lblbarcode.AutoSize = True
149         Me.lblbarcode.BackColor = System.Drawing.Color.Black
150         Me.lblbarcode.Font = New System.Drawing.Font(
"Comic Sans MS", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
151         Me.lblbarcode.ForeColor = System.Drawing.Color.White
152         Me.lblbarcode.Location = New System.Drawing.Point(
10, 7)
153         Me.lblbarcode.Name =
"lblbarcode"
154         Me.lblbarcode.Size = New System.Drawing.Size(
0, 19)
155         Me.lblbarcode.TabIndex =
100
156         
'
157         
'TextBox1
158         
'
159         Me.TextBox1.BackColor = System.Drawing.Color.Black
160         Me.TextBox1.Enabled = False
161         Me.TextBox1.Location = New System.Drawing.Point(
6, 0)
162         Me.TextBox1.Multiline = True
163         Me.TextBox1.Name =
"TextBox1"
164         Me.TextBox1.Size = New System.Drawing.Size(
594, 92)
165         Me.TextBox1.TabIndex =
0
166         
'
167         
'cmdlock
168         
'
169         Me.cmdlock.Image = CType(resources.GetObject(
"cmdlock.Image"), System.Drawing.Image)
170         Me.cmdlock.Location = New System.Drawing.Point(
632, 731)
171         Me.cmdlock.Name =
"cmdlock"
172         Me.cmdlock.Size = New System.Drawing.Size(
38, 29)
173         Me.cmdlock.TabIndex =
121
174         Me.cmdlock.UseVisualStyleBackColor = True
175         Me.cmdlock.Visible = False
176         
'
177         
'lblreach
178         
'
179         Me.lblreach.Font = New System.Drawing.Font(
"Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
180         Me.lblreach.ForeColor = System.Drawing.Color.Red
181         Me.lblreach.Location = New System.Drawing.Point(
600, 40)
182         Me.lblreach.Name =
"lblreach"
183         Me.lblreach.Size = New System.Drawing.Size(
226, 53)
184         Me.lblreach.TabIndex =
120
185         Me.lblreach.Text =
"A product/s reached its " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "critical level!"
186         Me.lblreach.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
187         Me.lblreach.Visible = False
188         
'
189         
'cmdAccept
190         
'
191         Me.cmdAccept.Font = New System.Drawing.Font(
"Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
192         Me.cmdAccept.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
193         Me.cmdAccept.ImageKey =
"thumbs_up_48.png"
194         Me.cmdAccept.ImageList = Me.ImageList1
195         Me.cmdAccept.Location = New System.Drawing.Point(
22, 521)
196         Me.cmdAccept.Name =
"cmdAccept"
197         Me.cmdAccept.Size = New System.Drawing.Size(
114, 40)
198         Me.cmdAccept.TabIndex =
11
199         Me.cmdAccept.Text =
" &Accept"
200         Me.cmdAccept.UseVisualStyleBackColor = True
201         
'
202         
'ImageList1
203         
'
204         Me.ImageList1.ImageStream = CType(resources.GetObject(
"ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
205         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
206         Me.ImageList1.Images.SetKeyName(
0, "thumbs_up_48.png")
207         
'
208         
'cmdclose
209         
'
210         Me.cmdclose.Location = New System.Drawing.Point(
784, 634)
211         Me.cmdclose.Name =
"cmdclose"
212         Me.cmdclose.Size = New System.Drawing.Size(
75, 25)
213         Me.cmdclose.TabIndex =
12
214         Me.cmdclose.Text =
"&Close"
215         Me.cmdclose.UseVisualStyleBackColor = True
216         Me.cmdclose.Visible = False
217         
'
218         
'Label12
219         
'
220         Me.Label12.AutoSize = True
221         Me.Label12.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
222         Me.Label12.Location = New System.Drawing.Point(
245, 652)
223         Me.Label12.Name =
"Label12"
224         Me.Label12.Size = New System.Drawing.Size(
73, 13)
225         Me.Label12.TabIndex =
108
226         Me.Label12.Text =
"Receipt No :"
227         Me.Label12.Visible = False
228         
'
229         
'txtreceiptno
230         
'
231         Me.txtreceiptno.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
232         Me.txtreceiptno.Location = New System.Drawing.Point(
497, 705)
233         Me.txtreceiptno.Name =
"txtreceiptno"
234         Me.txtreceiptno.Size = New System.Drawing.Size(
82, 22)
235         Me.txtreceiptno.TabIndex =
109
236         Me.txtreceiptno.Visible = False
237         
'
238         
'txtprice
239         
'
240         Me.txtprice.Location = New System.Drawing.Point(
631, 638)
241         Me.txtprice.Name =
"txtprice"
242         Me.txtprice.Size = New System.Drawing.Size(
100, 21)
243         Me.txtprice.TabIndex =
113
244         Me.txtprice.Visible = False
245         
'
246         
'Label3
247         
'
248         Me.Label3.AutoSize = True
249         Me.Label3.Location = New System.Drawing.Point(
604, 608)
250         Me.Label3.Name =
"Label3"
251         Me.Label3.Size = New System.Drawing.Size(
92, 13)
252         Me.Label3.TabIndex =
116
253         Me.Label3.Text =
"Item Description :"
254         Me.Label3.Visible = False
255         
'
256         
'txtdescription
257         
'
258         Me.txtdescription.Location = New System.Drawing.Point(
693, 600)
259         Me.txtdescription.Name =
"txtdescription"
260         Me.txtdescription.Size = New System.Drawing.Size(
200, 21)
261         Me.txtdescription.TabIndex =
112
262         Me.txtdescription.Visible = False
263         
'
264         
'Label5
265         
'
266         Me.Label5.AutoSize = True
267         Me.Label5.Location = New System.Drawing.Point(
597, 646)
268         Me.Label5.Name =
"Label5"
269         Me.Label5.Size = New System.Drawing.Size(
37, 13)
270         Me.Label5.TabIndex =
118
271         Me.Label5.Text =
"Price :"
272         Me.Label5.Visible = False
273         
'
274         
'Label6
275         
'
276         Me.Label6.AutoSize = True
277         Me.Label6.Location = New System.Drawing.Point(
646, 585)
278         Me.Label6.Name =
"Label6"
279         Me.Label6.Size = New System.Drawing.Size(
50, 13)
280         Me.Label6.TabIndex =
119
281         Me.Label6.Text =
"Item ID :"
282         Me.Label6.Visible = False
283         
'
284         
'txtID
285         
'
286         Me.txtID.BackColor = System.Drawing.Color.White
287         Me.txtID.Location = New System.Drawing.Point(
693, 577)
288         Me.txtID.Name =
"txtID"
289         Me.txtID.ReadOnly = True
290         Me.txtID.Size = New System.Drawing.Size(
100, 21)
291         Me.txtID.TabIndex =
110
292         Me.txtID.Visible = False
293         
'
294         
'Timer1
295         
'
296         Me.Timer1.Interval =
500
297         
'
298         
'PictureBox1
299         
'
300         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
301         Me.PictureBox1.Location = New System.Drawing.Point(
6, 3)
302         Me.PictureBox1.Name =
"PictureBox1"
303         Me.PictureBox1.Size = New System.Drawing.Size(
51, 42)
304         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
305         Me.PictureBox1.TabIndex =
122
306         Me.PictureBox1.TabStop = False
307         
'
308         
'Label13
309         
'
310         Me.Label13.AutoSize = True
311         Me.Label13.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
312         Me.Label13.ForeColor = System.Drawing.SystemColors.Highlight
313         Me.Label13.Location = New System.Drawing.Point(
60, 9)
314         Me.Label13.Name =
"Label13"
315         Me.Label13.Size = New System.Drawing.Size(
167, 23)
316         Me.Label13.TabIndex =
123
317         Me.Label13.Text =
"Sales Cashiering"
318         
'
319         
'Label14
320         
'
321         Me.Label14.AutoSize = True
322         Me.Label14.Location = New System.Drawing.Point(
61, 32)
323         Me.Label14.Name =
"Label14"
324         Me.Label14.Size = New System.Drawing.Size(
141, 13)
325         Me.Label14.TabIndex =
124
326         Me.Label14.Text =
"Product(s) sales transaction"
327         
'
328         
'lstItems
329         
'
330         Me.lstItems.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ID, Me.ColName, Me.ColDesc, Me.ColPrice, Me.ColQTY})
331         Me.lstItems.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
332         Me.lstItems.FullRowSelect = True
333         Me.lstItems.GridLines = True
334         Me.lstItems.Location = New System.Drawing.Point(
6, 170)
335         Me.lstItems.Name =
"lstItems"
336         Me.lstItems.Size = New System.Drawing.Size(
825, 291)
337         Me.lstItems.SmallImageList = Me.ImageList2
338         Me.lstItems.TabIndex =
106
339         Me.lstItems.UseCompatibleStateImageBehavior = False
340         Me.lstItems.View = System.Windows.Forms.View.Details
341         
'
342         
'ID
343         
'
344         Me.ID.Text =
"ID"
345         Me.ID.Width =
40
346         
'
347         
'ColName
348         
'
349         Me.ColName.Text =
"Item Name"
350         Me.ColName.Width =
260
351         
'
352         
'ColDesc
353         
'
354         Me.ColDesc.Text =
"Description"
355         Me.ColDesc.Width =
370
356         
'
357         
'ColPrice
358         
'
359         Me.ColPrice.Text =
"Price"
360         Me.ColPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
361         Me.ColPrice.Width =
70
362         
'
363         
'ColQTY
364         
'
365         Me.ColQTY.Text =
"Quantity"
366         Me.ColQTY.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
367         
'
368         
'ImageList2
369         
'
370         Me.ImageList2.ImageStream = CType(resources.GetObject(
"ImageList2.ImageStream"), System.Windows.Forms.ImageListStreamer)
371         Me.ImageList2.TransparentColor = System.Drawing.Color.Transparent
372         Me.ImageList2.Images.SetKeyName(
0, "bag1_16.png")
373         Me.ImageList2.Images.SetKeyName(
1, "billing.png")
374         
'
375         
'GroupBox2
376         
'
377         Me.GroupBox2.Controls.Add(Me.lblreach)
378         Me.GroupBox2.Controls.Add(Me.GroupBox1)
379         Me.GroupBox2.Controls.Add(Me.lstItems)
380         Me.GroupBox2.Location = New System.Drawing.Point(
6, 48)
381         Me.GroupBox2.Name =
"GroupBox2"
382         Me.GroupBox2.Size = New System.Drawing.Size(
837, 467)
383         Me.GroupBox2.TabIndex =
4
384         Me.GroupBox2.TabStop = False
385         
'
386         
'GroupBox1
387         
'
388         Me.GroupBox1.Controls.Add(Me.cmbSelectType)
389         Me.GroupBox1.Controls.Add(Me.Label15)
390         Me.GroupBox1.Controls.Add(Me.txtamountdue)
391         Me.GroupBox1.Controls.Add(Me.Label11)
392         Me.GroupBox1.Controls.Add(Me.txttotalsale)
393         Me.GroupBox1.Controls.Add(Me.txtvat12)
394         Me.GroupBox1.Controls.Add(Me.Label10)
395         Me.GroupBox1.Controls.Add(Me.txtvatexempt)
396         Me.GroupBox1.Controls.Add(Me.txtvatable)
397         Me.GroupBox1.Controls.Add(Me.Label7)
398         Me.GroupBox1.Controls.Add(Me.Label9)
399         Me.GroupBox1.Controls.Add(Me.Label8)
400         Me.GroupBox1.Controls.Add(Me.Label4)
401         Me.GroupBox1.Controls.Add(Me.Label2)
402         Me.GroupBox1.Controls.Add(Me.txtqty)
403         Me.GroupBox1.Controls.Add(Me.txtbarcode)
404         Me.GroupBox1.Controls.Add(Me.Label1)
405         Me.GroupBox1.Controls.Add(Me.txtname)
406         Me.GroupBox1.Location = New System.Drawing.Point(
6, 11)
407         Me.GroupBox1.Name =
"GroupBox1"
408         Me.GroupBox1.Size = New System.Drawing.Size(
580, 145)
409         Me.GroupBox1.TabIndex =
125
410         Me.GroupBox1.TabStop = False
411         
'
412         
'cmbSelectType
413         
'
414         Me.cmbSelectType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
415         Me.cmbSelectType.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
416         Me.cmbSelectType.FormattingEnabled = True
417         Me.cmbSelectType.Items.AddRange(New Object() {
"Order No", "Product Barcode"})
418         Me.cmbSelectType.Location = New System.Drawing.Point(
91, 13)
419         Me.cmbSelectType.Name =
"cmbSelectType"
420         Me.cmbSelectType.Size = New System.Drawing.Size(
155, 22)
421         Me.cmbSelectType.TabIndex =
137
422         
'
423         
'Label15
424         
'
425         Me.Label15.AutoSize = True
426         Me.Label15.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
427         Me.Label15.Location = New System.Drawing.Point(
6, 18)
428         Me.Label15.Name =
"Label15"
429         Me.Label15.Size = New System.Drawing.Size(
85, 14)
430         Me.Label15.TabIndex =
136
431         Me.Label15.Text =
"Select Type :"
432         
'
433         
'txtamountdue
434         
'
435         Me.txtamountdue.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
436         Me.txtamountdue.Font = New System.Drawing.Font(
"Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
437         Me.txtamountdue.ForeColor = System.Drawing.Color.Maroon
438         Me.txtamountdue.Location = New System.Drawing.Point(
407, 106)
439         Me.txtamountdue.Name =
"txtamountdue"
440         Me.txtamountdue.ReadOnly = True
441         Me.txtamountdue.Size = New System.Drawing.Size(
162, 27)
442         Me.txtamountdue.TabIndex =
130
443         
'
444         
'Label11
445         
'
446         Me.Label11.AutoSize = True
447         Me.Label11.Font = New System.Drawing.Font(
"Tahoma", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
448         Me.Label11.Location = New System.Drawing.Point(
310, 114)
449         Me.Label11.Name =
"Label11"
450         Me.Label11.Size = New System.Drawing.Size(
97, 16)
451         Me.Label11.TabIndex =
135
452         Me.Label11.Text =
"Amount Due :"
453         
'
454         
'txttotalsale
455         
'
456         Me.txttotalsale.BackColor = System.Drawing.Color.White
457         Me.txttotalsale.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
458         Me.txttotalsale.Location = New System.Drawing.Point(
407, 59)
459         Me.txttotalsale.Name =
"txttotalsale"
460         Me.txttotalsale.ReadOnly = True
461         Me.txttotalsale.Size = New System.Drawing.Size(
162, 22)
462         Me.txttotalsale.TabIndex =
128
463         
'
464         
'txtvat12
465         
'
466         Me.txtvat12.BackColor = System.Drawing.Color.White
467         Me.txtvat12.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
468         Me.txtvat12.Location = New System.Drawing.Point(
407, 83)
469         Me.txtvat12.Name =
"txtvat12"
470         Me.txtvat12.ReadOnly = True
471         Me.txtvat12.Size = New System.Drawing.Size(
162, 22)
472         Me.txtvat12.TabIndex =
129
473         
'
474         
'Label10
475         
'
476         Me.Label10.AutoSize = True
477         Me.Label10.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
478         Me.Label10.Location = New System.Drawing.Point(
331, 89)
479         Me.Label10.Name =
"Label10"
480         Me.Label10.Size = New System.Drawing.Size(
76, 13)
481         Me.Label10.TabIndex =
134
482         Me.Label10.Text =
"VAT - 12 % :"
483         
'
484         
'txtvatexempt
485         
'
486         Me.txtvatexempt.BackColor = System.Drawing.Color.White
487         Me.txtvatexempt.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
488         Me.txtvatexempt.Location = New System.Drawing.Point(
407, 36)
489         Me.txtvatexempt.Name =
"txtvatexempt"
490         Me.txtvatexempt.ReadOnly = True
491         Me.txtvatexempt.Size = New System.Drawing.Size(
162, 22)
492         Me.txtvatexempt.TabIndex =
127
493         
'
494         
'txtvatable
495         
'
496         Me.txtvatable.BackColor = System.Drawing.Color.White
497         Me.txtvatable.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
498         Me.txtvatable.Location = New System.Drawing.Point(
407, 13)
499         Me.txtvatable.Name =
"txtvatable"
500         Me.txtvatable.ReadOnly = True
501         Me.txtvatable.Size = New System.Drawing.Size(
162, 22)
502         Me.txtvatable.TabIndex =
126
503         
'
504         
'Label7
505         
'
506         Me.Label7.AutoSize = True
507         Me.Label7.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
508         Me.Label7.Location = New System.Drawing.Point(
347, 19)
509         Me.Label7.Name =
"Label7"
510         Me.Label7.Size = New System.Drawing.Size(
59, 13)
511         Me.Label7.TabIndex =
131
512         Me.Label7.Text =
"VATable :"
513         
'
514         
'Label9
515         
'
516         Me.Label9.AutoSize = True
517         Me.Label9.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
518         Me.Label9.Location = New System.Drawing.Point(
337, 65)
519         Me.Label9.Name =
"Label9"
520         Me.Label9.Size = New System.Drawing.Size(
69, 13)
521         Me.Label9.TabIndex =
133
522         Me.Label9.Text =
"Total Sale :"
523         
'
524         
'Label8
525         
'
526         Me.Label8.AutoSize = True
527         Me.Label8.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
528         Me.Label8.Location = New System.Drawing.Point(
301, 42)
529         Me.Label8.Name =
"Label8"
530         Me.Label8.Size = New System.Drawing.Size(
105, 13)
531         Me.Label8.TabIndex =
132
532         Me.Label8.Text =
"VAT-Exemp Sale :"
533         
'
534         
'Label4
535         
'
536         Me.Label4.AutoSize = True
537         Me.Label4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
538         Me.Label4.Location = New System.Drawing.Point(
29, 87)
539         Me.Label4.Name =
"Label4"
540         Me.Label4.Size = New System.Drawing.Size(
62, 13)
541         Me.Label4.TabIndex =
125
542         Me.Label4.Text =
"Quantity :"
543         
'
544         
'Label2
545         
'
546         Me.Label2.AutoSize = True
547         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
548         Me.Label2.Location = New System.Drawing.Point(
15, 65)
549         Me.Label2.Name =
"Label2"
550         Me.Label2.Size = New System.Drawing.Size(
76, 13)
551         Me.Label2.TabIndex =
123
552         Me.Label2.Text =
"Item Name :"
553         
'
554         
'txtqty
555         
'
556         Me.txtqty.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
557         Me.txtqty.Location = New System.Drawing.Point(
91, 84)
558         Me.txtqty.MaxLength =
5
559         Me.txtqty.Name =
"txtqty"
560         Me.txtqty.Size = New System.Drawing.Size(
100, 22)
561         Me.txtqty.TabIndex =
124
562         
'
563         
'txtbarcode
564         
'
565         Me.txtbarcode.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
566         Me.txtbarcode.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
567         Me.txtbarcode.Location = New System.Drawing.Point(
91, 37)
568         Me.txtbarcode.MaxLength =
50
569         Me.txtbarcode.Name =
"txtbarcode"
570         Me.txtbarcode.Size = New System.Drawing.Size(
155, 22)
571         Me.txtbarcode.TabIndex =
120
572         
'
573         
'Label1
574         
'
575         Me.Label1.AutoSize = True
576         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
577         Me.Label1.Location = New System.Drawing.Point(
32, 41)
578         Me.Label1.Name =
"Label1"
579         Me.Label1.Size = New System.Drawing.Size(
59, 13)
580         Me.Label1.TabIndex =
121
581         Me.Label1.Text =
"Barcode :"
582         
'
583         
'txtname
584         
'
585         Me.txtname.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
586         Me.txtname.Location = New System.Drawing.Point(
91, 60)
587         Me.txtname.Name =
"txtname"
588         Me.txtname.Size = New System.Drawing.Size(
190, 22)
589         Me.txtname.TabIndex =
122
590         
'
591         
'FrmPOSCASHIER
592         
'
593         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
594         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
595         Me.BackColor = System.Drawing.Color.WhiteSmoke
596         Me.ClientSize = New System.Drawing.Size(
923, 746)
597         Me.Controls.Add(Me.Label14)
598         Me.Controls.Add(Me.Label13)
599         Me.Controls.Add(Me.PictureBox1)
600         Me.Controls.Add(Me.cmdlock)
601         Me.Controls.Add(Me.Panel1)
602         Me.Controls.Add(Me.txtprice)
603         Me.Controls.Add(Me.Label3)
604         Me.Controls.Add(Me.Label5)
605         Me.Controls.Add(Me.cmdclose)
606         Me.Controls.Add(Me.txtdescription)
607         Me.Controls.Add(Me.cmdAccept)
608         Me.Controls.Add(Me.GroupBox2)
609         Me.Controls.Add(Me.Label6)
610         Me.Controls.Add(Me.txtreceiptno)
611         Me.Controls.Add(Me.txtID)
612         Me.Controls.Add(Me.Label12)
613         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
614         Me.Name =
"FrmPOSCASHIER"
615         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
616         Me.Text =
"Cashiering"
617         Me.Panel1.ResumeLayout(False)
618         Me.Panel1.PerformLayout()
619         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
620         Me.GroupBox2.ResumeLayout(False)
621         Me.GroupBox1.ResumeLayout(False)
622         Me.GroupBox1.PerformLayout()
623         Me.ResumeLayout(False)
624         Me.PerformLayout()
625
626     End Sub
627     Friend WithEvents Panel1 As System.Windows.Forms.Panel
628     Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
629     Friend WithEvents lblarrow As System.Windows.Forms.Label
630     Friend WithEvents lblbarcode As System.Windows.Forms.Label
631     Friend WithEvents lblready As System.Windows.Forms.Label
632     Friend WithEvents lbltotalamount As System.Windows.Forms.Label
633     Friend WithEvents lbldate As System.Windows.Forms.Label
634     Friend WithEvents cmdAccept As System.Windows.Forms.Button
635     Friend WithEvents cmdclose As System.Windows.Forms.Button
636     Friend WithEvents Label12 As System.Windows.Forms.Label
637     Friend WithEvents txtreceiptno As System.Windows.Forms.TextBox
638     Friend WithEvents txtprice As System.Windows.Forms.TextBox
639     Friend WithEvents Label3 As System.Windows.Forms.Label
640     Friend WithEvents txtdescription As System.Windows.Forms.TextBox
641     Friend WithEvents Label5 As System.Windows.Forms.Label
642     Friend WithEvents Label6 As System.Windows.Forms.Label
643     Friend WithEvents txtID As System.Windows.Forms.TextBox
644     Friend WithEvents lblreach As System.Windows.Forms.Label
645     Friend WithEvents Timer1 As System.Windows.Forms.Timer
646     Friend WithEvents cmdlock As System.Windows.Forms.Button
647     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
648     Friend WithEvents Label13 As System.Windows.Forms.Label
649     Friend WithEvents Label14 As System.Windows.Forms.Label
650     Friend WithEvents lstItems As System.Windows.Forms.ListView
651     Friend WithEvents ID As System.Windows.Forms.ColumnHeader
652     Friend WithEvents ColName As System.Windows.Forms.ColumnHeader
653     Friend WithEvents ColDesc As System.Windows.Forms.ColumnHeader
654     Friend WithEvents ColPrice As System.Windows.Forms.ColumnHeader
655     Friend WithEvents ColQTY As System.Windows.Forms.ColumnHeader
656     Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
657     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
658     Friend WithEvents txtamountdue As System.Windows.Forms.TextBox
659     Friend WithEvents Label11 As System.Windows.Forms.Label
660     Friend WithEvents txttotalsale As System.Windows.Forms.TextBox
661     Friend WithEvents txtvat12 As System.Windows.Forms.TextBox
662     Friend WithEvents Label10 As System.Windows.Forms.Label
663     Friend WithEvents txtvatexempt As System.Windows.Forms.TextBox
664     Friend WithEvents txtvatable As System.Windows.Forms.TextBox
665     Friend WithEvents Label7 As System.Windows.Forms.Label
666     Friend WithEvents Label9 As System.Windows.Forms.Label
667     Friend WithEvents Label8 As System.Windows.Forms.Label
668     Friend WithEvents Label4 As System.Windows.Forms.Label
669     Friend WithEvents Label2 As System.Windows.Forms.Label
670     Friend WithEvents txtqty As System.Windows.Forms.TextBox
671     Friend WithEvents txtbarcode As System.Windows.Forms.TextBox
672     Friend WithEvents Label1 As System.Windows.Forms.Label
673     Friend WithEvents txtname As System.Windows.Forms.TextBox
674     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
675     Friend WithEvents ImageList2 As System.Windows.Forms.ImageList
676     Friend WithEvents cmbSelectType As System.Windows.Forms.ComboBox
677     Friend WithEvents Label15 As System.Windows.Forms.Label
678 End Class


Gõ tìm kiếm nhanh...